home *** CD-ROM | disk | FTP | other *** search
/ Gekkan Dennou Club 147 / Gekkan Dennou Club - 2000.8 Vol. 147 (Japan).7z / Gekkan Dennou Club - 2000.8 Vol. 147 (Japan) (Track 1).bin / fdimg / —‹Œêsrc.lzh / temp.c < prev    next >
C/C++ Source or Header  |  1993-03-18  |  569b  |  49 lines

  1. #include    "3DDEF.H"
  2. #include    "GLOBAL.H"
  3. #include    "FORWARD.H"
  4. #include    "XCODE.H"
  5.  
  6. #if 0
  7. void
  8. binkey()
  9. {
  10.     etc_beep();
  11.     if (inkey() == (UINT) ('C'-'@')) {
  12.         ctrl_x_ctrl_c();
  13.     }
  14. }
  15.  
  16. /*
  17. void
  18. etc_ds()
  19. {
  20.     int i = 0;
  21.     UBYTE c;
  22.  
  23.     window0();
  24.     while(c = CL_DATA[i++]) {
  25.         printf("[%2x]",c);
  26.     }
  27. }
  28.  
  29. extern UBYTE left[MAXLINE],right[MAXLINE];
  30. void
  31. etc_ds1()
  32. {
  33.     window0();
  34.     printf("(%s)(%s)",TBUFF,TBUFF_R);
  35. }
  36. */
  37. /*
  38. void
  39. ud(char *s,int i,int j)
  40. {
  41.     char mes[MAXLINE];
  42.  
  43. return;
  44.     sprintf(mes,"[%s],(%d)(%d)",s,i,j);
  45.     error(mes);
  46. }
  47. */
  48. #endif
  49.